(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <exec/io.h>
#include <proto/alib.h>
struct IOStdReq * CreateStdIO()
SYNOPSIS
struct MsgPort * port

FUNCTION
Create a standard IORequest structure. The structire can be freed with DeleteStdIO().

INPUTS
port
The port to be signaled on events.
RESULT
A pointer to the new IORequest structure.

NOTES
EXAMPLE
BUGS
SEE ALSO
CreateExtIO(), DeleteStdIO()
INTERNALS
HISTORY
27.01.1997 ldp
Include proto instead of clib
04.12.1996 aros
Create standard and extended IO structures